Properties
| Name | Returns | Notes | Example |
|---|---|---|---|
| thisOrg | OrgData | ||
| out | OutputStream | ||
| head | PipelineStep | ||
| fileHash | String | ||
| attributes | Map | ||
| dataSession | DataSession | ||
| pipelineManager | PipelineManager | ||
| endPointMapping | EndPointMapping | ||
| website | WebsiteRootFolder | Get the website that this integration job is defined within | |
| orgRoot | OrganisationRootFolder | Returns the OrganisationRootFolder for this organisation's account | |
| failures | List | ||
| warnings | List | ||
| infos | List | ||
| destinationAddress | String | ||
| sourceAddress | String | ||
| pipelinePath | String | ||
| processTaskName | String | ||
| currentPosition | String | ||
| currentProfile | Profile | ||
| resultContentType | String | Steps may set this to set the content of the output data | |
| fileName | String | ||
| executionRecord | PipelineExecution |
Methods
| Name | Returns | Notes | Example |
|---|---|---|---|
| addWarning ( code, message ) | void | Record a warning, which is an event which should be reviewed by an administrator is it might indicate a problem | |
| addFailure ( code, message ) | void | Record a failure which is a definite problem that needs to be resolved | |
| addInfo ( code, message ) | void | Record information |
Hide comments